Skip to content

fix: Bugfixes, VanishCommand implementiert, README hinzugefügt - #2

Open
BlockException wants to merge 1 commit into
JuByteCOM:masterfrom
BlockException:fix/bugfixes-und-readme
Open

fix: Bugfixes, VanishCommand implementiert, README hinzugefügt#2
BlockException wants to merge 1 commit into
JuByteCOM:masterfrom
BlockException:fix/bugfixes-und-readme

Conversation

@BlockException

Copy link
Copy Markdown

Code-Review und Bugfixing für CityBuildV2

Behobene Fehler:

  • CommandSpyCommand: fehlendes return führte bei Konsolen-Ausführung
    zu einer ClassCastException
  • TeleportCommand: Weltgrenzen-Check nutzte || statt && (Check war
    praktisch wirkungslos) + fehlende Behandlung ungültiger Koordinaten
    (NumberFormatException)
  • AsyncPlayerChatListener: Debug-Ausgabe (System.out.println) entfernt,
    unsicheres assert durch echten Null-Check ersetzt
  • GodCommand/CommandSpyCommand: Speicherleck durch fehlende Bereinigung
    von Player-Referenzen beim Logout (jetzt in PlayerQuitListener)
  • VanishCommand: war nicht registriert und komplett funktionslos,
    vollständig neu implementiert inkl. Config-/Message-Einträgen

Neu:

  • README.md mit Setup-, Build- und Sicherheitsdokumentation

Autor: blockexception

@BlockException

Copy link
Copy Markdown
Author

@JustinSGD

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant